; Fix an edge case with Eshell globs when the directory part is quoted
authorJim Porter <jporterbugs@gmail.com>
Fri, 10 May 2024 00:15:14 +0000 (17:15 -0700)
committerJim Porter <jporterbugs@gmail.com>
Fri, 10 May 2024 00:15:14 +0000 (17:15 -0700)
commit42c0686d6180a7ca1b89f7bde2f9fd17d6a67217
tree683d201730100fa60607378cc3ffc9334967ebfd
parente2e8c892ceaf27dcde9049f4a757d8fa853fe54a
; Fix an edge case with Eshell globs when the directory part is quoted

* lisp/eshell/esh-util.el (eshell-split-filename): Escaping shouldn't
matter for splitting the name (no other shells handle it like this).

* test/lisp/eshell/em-glob-tests.el
(em-glob-test/convert/quoted-start-directory): New test.
lisp/eshell/esh-util.el
test/lisp/eshell/em-glob-tests.el